home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / WIN_INFO.ARJ / MS_WIN-5.TXT < prev    next >
Text File  |  1992-08-13  |  15KB  |  556 lines

  1. Windows 3.1 Setup Error Codes (S000 through S022)
  2.  
  3.  
  4.  
  5. INFORMATION:
  6.  
  7.  
  8. The following information was obtained from Microsoft Online services.
  9.  --------------------------------------------------------------------
  10. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  11. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  12. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  13. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  14. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  15. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  16. | accuracy and the use of this Application Note. This Application    |
  17. | Note may be copied and distributed subject to the following        |
  18. | conditions: 1) All text must be copied without modification and    |
  19. | all pages must be included; 2) If software is included, all files  |
  20. | on the disk(s) must be copied without modification (the DOS        |
  21. | utility DISKCOPY is appropriate for this purpose); 3) All          |
  22. | components of this Application Note must be distributed together;  |
  23. | and 4) This Application Note may not be distributed for profit.    |
  24. |                                                                    |
  25. | Copyright 1990 Microsoft Corporation. All Rights Reserved.         |
  26. | Microsoft and the Microsoft logo are registered trademarks of      |
  27. | Microsoft Corporation.                                             |
  28.  --------------------------------------------------------------------
  29.  
  30.  
  31.  
  32. Summary:
  33.  
  34.  
  35. When a Setup error message contains an error code, it also
  36. includes some text indicating what Setup was trying to do,
  37. for example, copying a file. The text of the error message
  38. indicates whether the error is fatal or not. In some non-
  39. fatal cases, Setup may be performing an operation (such as
  40. copying a file) that is needed in order to run Windows.
  41. Other times the error may prevent some specific feature of
  42. Windows from operating properly.
  43.  
  44.  
  45. In many cases, the error code is an MS-DOS extended error
  46. code. These error codes are between 0 and 100. Setup-
  47. specific error codes have two different formats, depending
  48. on whether the error occurs during the character (MS-DOS)
  49. mode or the Windows graphical user interface (GUI) mode
  50. portion of Setup. The character mode Setup-specific error
  51. numbers are in the format "Snnn", where "nnn" is any three
  52. digits. The GUI mode error numbers have codes greater than
  53. 200.
  54.  
  55.  
  56. In both character and GUI modes, the following MS-DOS error codes may
  57. be reported:
  58.  
  59.  
  60. 02   File not found - possible corrupt disks.
  61.  
  62.  
  63. 03   Path not found - possible hardware problem or incompatible
  64.      software (virus?).
  65.  
  66.  
  67. 04   Too many open files - should never occur.
  68.  
  69.  
  70. 05   Access denied - make sure the file is not write protected or
  71.      protected by virus protection software.
  72.  
  73.  
  74. 06   Handle invalid - serious problem, unknown.
  75.  
  76.  
  77. 07   Memory control blocks destroyed  - serious problem, unknown.
  78.  
  79.  
  80. 08   Insufficient memory - free up memory and run Setup again. May
  81.      also occur if very long or corrupt SYSTEM.INI, WIN.INI or
  82.      SETUP.INF files exist.
  83.  
  84. 09   Memory block address invalid  - serious problem, unknown.
  85.  
  86.  
  87. 10   Environment invalid  - serious problem, unknown.
  88.  
  89.  
  90. 11   Format invalid  - serious problem, unknown.
  91.  
  92.  
  93. 12   Access code invalid  - serious problem, unknown.
  94.  
  95.  
  96. 13   Data invalid  - serious problem, unknown.
  97.  
  98.  
  99. 14   Unknown unit  - serious problem, unknown.
  100.  
  101.  
  102.  
  103. 15   Disk drive invalid  - serious problem, unknown.
  104.  
  105.  
  106.  
  107. 16   Attempted to remove current directory - serious problem,
  108.      unknown.
  109.  
  110.  
  111. 17   Not same device  - serious problem, unknown.
  112.  
  113.  
  114. 18   No more files  - serious problem, unknown.
  115.  
  116.  
  117. 19   Write-protected disk  - should never occur (different error
  118.      message).
  119.  
  120.  
  121. 20   Unknown unit  - serious problem, unknown.
  122.  
  123.  
  124. 21   Drive not ready - should never occur (different error message).
  125.  
  126.  
  127. 22   Unknown command  - serious problem, unknown.
  128.  
  129.  
  130.  
  131. 23   Data error (CRC) - possible corrupt disks.
  132.  
  133.  
  134. 24   Bad request-structure length  - serious problem, unknown.
  135.  
  136.  
  137. 25   Seek error - possible corrupt disks.
  138.  
  139.  
  140. 26   Unknown media type - possible corrupt disks.
  141.  
  142.  
  143. 27   Sector not found - possible corrupt disks.
  144.  
  145.  
  146. 28   Write fault - possible corrupt disks.
  147.  
  148.  
  149. 30   Read fault - possible corrupt disks.
  150.  
  151.  
  152. 31   General failure - possible corrupt disks.
  153.  
  154.  
  155. 32   Sharing violation - should never occur (different error message).
  156.  
  157.  
  158. 33   File-lock violation - should never occur (different error
  159.      message).
  160.  
  161.  
  162. 34   Disk change invalid - serious problem, unknown.
  163.  
  164.  
  165. 35   FCB unavailable - serious problem, unknown.
  166.  
  167.  
  168. When setting up to or from a network, the following MS-DOS error codes
  169. can occur:
  170.  
  171.  
  172. 50   Unsupported network request - serious problem, unknown.
  173.  
  174.  
  175. 51   Remote machine not listening - serious problem, unknown.
  176.  
  177.  
  178. 52   Duplicate name on network - serious problem, unknown.
  179.  
  180.  
  181. 53   Network name not found - serious problem, unknown.
  182.  
  183.  
  184. 54   Network busy - retry operation.
  185.  
  186.  
  187. 55   Device no longer exists on network - check with network
  188.      administrator.
  189.  
  190.  
  191. 56   NetBIOS command limit exceeded  - check with network
  192.      administrator.
  193.  
  194.  
  195. 57   Error in network adapter hardware - check with network
  196.      administrator.
  197.  
  198.  
  199. 58   Incorrect response from network  - check with network
  200.      administrator.
  201.  
  202.  
  203. 59   Unexpected network error  - check with network administrator.
  204.  
  205.  
  206. 60   Remote adapter incompatible - serious problem, unknown.
  207.  
  208.  
  209. 64   Network name deleted - serious problem, unknown.
  210.  
  211.  
  212. 65   Network access denied  - check with network administrator.
  213.  
  214.  
  215. 66   Incorrect network device type - serious problem, unknown.
  216.  
  217.  
  218. 67   Network name not found - serious problem, unknown.
  219.  
  220.  
  221. 68   Network name limit exceeded  - check with network administrator.
  222.  
  223.  
  224. 69   NetBIOS session limit exceeded  - check with network
  225.      administrator.
  226.  
  227.  
  228. 70   Temporary pause in file sharing - check with network
  229.      administrator.
  230.  
  231.  
  232. 71   Network request not accepted  - check with network administrator.
  233.  
  234.  
  235. 72   Print or disk redirection paused - serious problem, unknown.
  236.  
  237.  
  238. 80   File already exists  - serious problem, unknown. Setup will use
  239.      MS-DOS to make sure it can write over existing files.
  240.  
  241.  
  242. 82   Cannot make directory - check with network administrator.
  243.  
  244.  
  245. 83   Fail on Int 24H (critical error) - some drivers will fail an
  246.      access when an error occurs without issuing an Int 24H (which
  247.      causes Setup to display an error message allowing you to
  248.      retry the operation rather than just failing it). The cause of
  249.      the error is bad disks or network problems. Some viruses and
  250.      virus-protection software will sometimes cause this error to
  251.      occur.
  252.  
  253.  
  254. 84   Too many redirections - serious problem, unknown.
  255.  
  256.  
  257. 85   Duplicate redirection - serious problem, unknown.
  258.  
  259.  
  260. 86   Invalid password - check with network administrator.
  261.  
  262.  
  263. 87   Invalid parameter - serious problem, unknown.
  264.  
  265.  
  266. 88   Net write fault - check with network administrator.
  267.  
  268.  
  269. Character Mode Setup Error Codes
  270. --------------------------------
  271.  
  272. S001
  273.  
  274.  
  275.    Could not open SETUP.INF. SETUP.INF should reside on the
  276.    first Windows Setup disk for first-time installations or
  277.    upgrades and should reside in the WINDOWS\SYSTEM
  278.    subdirectory when Setup is used to change the system
  279.    configuration after Windows has been set up. If you are
  280.    changing the configuration, make sure SETUP.INF does not
  281.    exist in the WINDOWS directory and copy SETUP.INF from
  282.    the first Windows Setup disk to the WINDOWS\SYSTEM
  283.    subdirectory and try again. If it is a first-time
  284.    installation or upgrade, make sure to set the current
  285.    drive and directory to the location of the Setup program
  286.    and then run Setup from the
  287.    MS-DOS prompt.
  288.  
  289.  
  290. S002
  291.  
  292.  
  293.    Could not load SETUP.INF. Usually due to lack of memory.
  294.    May also be due to a corrupt SETUP.INF. Should not occur
  295.    during a first-time installation or upgrade. After
  296.    making sure that there is enough memory, follow the
  297.    instructions for S001.
  298.  
  299.  
  300. S004
  301.  
  302.  
  303.    Entry not found in SETUP.INF: [winexec].krnl386. Should
  304.    not occur during first-time installation or upgrade.
  305.    Setup has probably found an invalid SETUP.INF on the
  306.    user's system. Follow the instructions for S001.
  307.  
  308.  
  309. S005
  310.  
  311.  
  312.    Entry not found in SETUP.INF: [winexec].krnl286. Setup
  313.    has probably found an invalid SETUP.INF on the user's
  314.    system. Follow the instructions for S001.
  315.  
  316.  
  317. S006
  318.  
  319.  
  320.    Entry not found in SETUP.INF: [winexec].dosx. Setup has
  321.    probably found an invalid SETUP.INF on the user's
  322.    system. Follow the instructions for S001.
  323.  
  324.  
  325. S007
  326.  
  327.  
  328.    Entry not found in SETUP.INF: [special_adapter].cdrom.
  329.    Setup has probably found an invalid SETUP.INF on the
  330.    user's system. Follow the instructions for S001.
  331.  
  332.  
  333. S008
  334.  
  335.  
  336.    Entry not found in SETUP.INF: [winexec].exechimem. Setup
  337.    has probably found an invalid SETUP.INF on the user's
  338.    system. Follow the instructions for S001.
  339.  
  340.  
  341. S009
  342.  
  343.  
  344.    Entry not found in SETUP.INF: [winexec].himemcmd. Setup
  345.    has probably found an invalid SETUP.INF on the user's
  346.    system. Follow the instructions for S001.
  347.  
  348.  
  349. S010
  350.  
  351.  
  352.    Entry not found in SETUP.INF: [data].welcome. Setup has
  353.    probably found an invalid SETUP.INF on the user's
  354.    system. Follow the instructions for S001.
  355.  
  356.  
  357. S012
  358.  
  359.  
  360.    Entry not found in SETUP.INF: [machine] <line>. Setup
  361.    has probably found an invalid SETUP.INF on the user's
  362.    system. Follow the instructions for S001.
  363.  
  364.  
  365. S013
  366.  
  367.  
  368.    Entry not found in SETUP.INF: [machine] <line>. Setup
  369.    has probably found an invalid SETUP.INF on the user's
  370.    system. Follow the instructions for S001.
  371.  
  372.  
  373. S014
  374.  
  375.  
  376.    Entry not found in SETUP.INF: [winexec].execstd. Setup
  377.    has probably found an invalid SETUP.INF on the user's
  378.    system. Follow the instructions for S001.
  379.  
  380.  
  381. S015
  382.  
  383.  
  384.    Entry not found in SETUP.INF: [winexec].execcmd. Setup
  385.    has probably found an invalid SETUP.INF on the user's
  386.    system. Follow the instructions for S001.
  387.  
  388.  
  389. S016
  390.  
  391.  
  392.  
  393.    Entry not found in SETUP.INF: [user] section. Setup has
  394.    probably found an invalid SETUP.INF on the user's
  395.    system. Follow the instructions for S001.
  396.  
  397.  
  398. S017
  399.  
  400.  
  401.    Entry not found in SETUP.INF: [user] section empty.
  402.    Setup has probably found an invalid SETUP.INF on the
  403.    user's system. Follow the instructions for S001.
  404.  
  405.  
  406. S018
  407.  
  408.  
  409.    Entry not found in SETUP.INF: [user] section corrupt.
  410.    Setup has probably found an invalid SETUP.INF on the
  411.    user's system. Follow the instructions for S001.
  412.  
  413.  
  414. S019
  415.  
  416.  
  417.    WIN.COM not created. This may be due to missing files, a
  418.    bad SETUP.INF or OEMSETUP.INF, lack of disk space, or an
  419.    inability to create or modify the WIN.COM file. When you
  420.    first install Windows or change display drivers, Setup
  421.    creates the file WIN.COM from the file WIN.CNF and
  422.    displays the dependent logo files, usually named *.lgo
  423.    and *.rle. The logo files are specified in the .INF file
  424.    for the chosen display.
  425.  
  426.  
  427.    Make sure you do not have virus-protection software that
  428.    does not allow executables to be modified. Try changing
  429.    the display after exiting Windows and running Setup from
  430.    the MS-DOS prompt. If you are selecting an original
  431.    equipment manufacturer (OEM) display, try one of the
  432.    display drivers that are shipped with Windows 3.1 to see
  433.    if the OEMSETUP.INF file is not valid or if it specifies
  434.    files that do not exist. If selecting a supplied display
  435.    driver does not work, make sure the SETUP.INF file is
  436.    valid (see error S001 above).
  437.  
  438.  
  439. S020
  440.  
  441.  
  442.    SYSTEM.INI was not correctly updated. This will occur
  443.    when attempting to configure Windows with a new device
  444.    or for a new system software configuration. The main
  445.    reason for this problem occurring is lack of memory or a
  446.    corrupt SYSTEM.INI file. It is also possible to get this
  447.    error because of a corrupt .INF file. Make sure there is
  448.    enough memory and that the SYSTEM.INI file is of a
  449.    reasonable size (not much more than 5K) and try the
  450.    operation again. Try selecting a different component
  451.    (for example, select No Network instead of the network
  452.    selected or select VGA instead of the display that is
  453.    selected). If this succeeds, copy the SYSTEM.INI file to
  454.    a backup disk and try again. If not, the SYSTEM.INI or
  455.    SETUP.INF file is probably corrupted.
  456.  
  457.  
  458. S021
  459.  
  460.  
  461.    SYSTEM.INI was not correctly updated. See S020 above.
  462.  
  463. S022
  464.  
  465.  
  466.  
  467.    Setup did not save its state in the SYSTEM.INI file
  468.    This is due to either insufficient memory or a corrupt
  469.    SYSTEM.INI file.
  470.  
  471.  
  472. GUI Mode Setup Error Codes
  473. --------------------------
  474.  
  475.  
  476. 208
  477.  
  478.    Out of disk space during file copy in VerInstallFile. Because of
  479.    the disk space checks that Setup does, this problem should occur
  480.    only if you have upgraded over an invalid Windows installation
  481.    (that is, files have been deleted manually). Make sure there is
  482.    enough disk space and then run Setup again. Also make sure that
  483.    VER.DLL does not exist in the WINDOWS directory. It should only be
  484.    in the WINDOWS\SYSTEM directory.
  485.  
  486.  
  487. 209
  488.  
  489.  
  490.    File in use. This error occurs if some file that needs to be
  491.    replaced by Setup is in use or opened by another some other
  492.    software. Make sure Setup is the only application running or exit
  493.    Windows and run Setup from the MS-DOS prompt.
  494.  
  495.  
  496. 210
  497.  
  498.  
  499.    Destination file is write-protected. Type
  500.  
  501.  
  502.       ATTRIB -r <filename>
  503.  
  504.    at the MS-DOS prompt, where "<filename>" is the indicated file and
  505.    run Setup again. This problem may also be caused by virus-
  506.    protection software, in which case, this software should be
  507.    disabled while running Setup.
  508.  
  509.  
  510. 211
  511.  
  512.  
  513.    Buffers allocated for file expansion operations are too small.
  514.    This error should never occur. If it does, free up some memory and
  515.    run Setup again.
  516.  
  517.  
  518. 212
  519.  
  520.  
  521.    Unknown version mismatch happened during attempt to install file.
  522.    This problem can be caused by the incorrect version of VER.DLL
  523.    running or by corrupt files. Make sure you do not have VER.DLL in
  524.    your WINDOWS directory. It should only be in the WINDOWS\SYSTEM
  525.    directory.
  526.  
  527.  
  528. 213
  529.  
  530.  
  531.    File expansion initialization failed. This problem is probably due
  532.    to insufficient memory.
  533.  
  534.  
  535. 214
  536.  
  537.  
  538.    Source file is unreadable. This problem is probably due to drive
  539.    hardware problems, corrupt files or disks or, if you are setting
  540.    up from a network, network problems
  541.  
  542.  
  543.  
  544.  
  545. Updated: 92/07/02
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. ms-windows
  554.  
  555.  
  556.